TrivBspNew
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
TrivBspNew()
SYNOPSIS
triv_lib/triv_gen.c:93
TrivTVStruct *TrivBspTVNew(int ULength,
int VLength,
int WLength,
int UOrder,
int VOrder,
int WOrder,
CagdPointType PType)
DESCRIPTION
Allocates the memory required for a new Bspline trivariate.
PARAMETERS:
ULength: Number of control points in the U direction.
VLength: Number of control points in the V direction.
WLength: Number of control points in the W direction.
UOrder: Order of trivariate in the U direction.
VOrder: Order of trivariate in the V direction.
WOrder: Order of trivariate in the W direction.
PType: Type of control points (E2, P3, etc.).
FUNCTION RETURN VALUE
TrivTVStruct *: An uninitialized freeform trivariate Bspline.
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:10 GMT, October 17, 2022